mtd: spinand: Add initial support for Micron MT29F2G01ABAGD
authorPeter Pan <[email protected]>
Thu, 16 Aug 2018 15:30:13 +0000 (17:30 +0200)
committerJagan Teki <[email protected]>
Thu, 20 Sep 2018 14:40:49 +0000 (20:10 +0530)
commit883d8778ae177172c0a53c018faa39e61f30dea3
tree563e705216e27ddf8061714b787363686f36c3a9
parent0a6d6bae03864938f073cc114992c40f2338a155
mtd: spinand: Add initial support for Micron MT29F2G01ABAGD

Add a basic driver for Micron SPI NANDs. Only one device is supported
right now, but the driver will be extended to support more devices
afterwards.

Signed-off-by: Peter Pan <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
Signed-off-by: Miquel Raynal <[email protected]>
Acked-by: Jagan Teki <[email protected]>
drivers/mtd/nand/spi/Makefile
drivers/mtd/nand/spi/core.c
drivers/mtd/nand/spi/micron.c [new file with mode: 0644]
include/linux/mtd/spinand.h